*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
.nav {
    width: 100%;
    height: 12vh;
    background-color: black;
    top: 0px;
    /* position: sticky; */
}

.navrap {
    width: 100%;
    margin: auto;
}

.logo {
    position: absolute;
}
#pic1{
    width: 150%;
    height: 12vh;
    /* padding-bottom: 40px; */
}

.menu {
    float: right;
}

.menu ul {
    margin: 35px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: red;
    text-decoration: none;
    font-size: 23px;
    text-transform: uppercase;
    padding : 13px;
}

.menu ul li a:hover{
    background-color: goldenrod;
    border-radius: 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}


/* banner */
.ban {
    width: 100%;
    background-image: url(./ban.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.banrap {
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

/* .banrap1 {
    width: 50%;
    margin: auto;
    border: 2px solid white;
    padding-top: 200px;
} */
.company h1 {
    text-align: left;
    font-size: 90px;
    color: red;
}
.company h2{
     
    text-align: left;
    font-size: 60px;
    color:;
}



.ban1{
    width: 100%;
    background-image: url(./Bg.jpg);
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.banrap1{
    width: 100%;
    height: 90vh;
    background-color: rgba(230, 218, 218, 0.826);
}
.banrap1 h1{
    text-align: center;
    padding-top: 50px;
    font-size: 40px;
    font-style: inherit;
}

/* middle */
.mid {
    width: 100%;
    height: 155vh;
    background-image:url(./Black.avif) ;
    background-size: cover;
    background-repeat: no-repeat;
    color: aliceblue;
    text-align: center;
    padding-top: 2%;
}

.midrap {
    width: 100%;
    margin: auto;
    padding-top: 90px;
    display: grid;
    grid-template-columns: auto auto auto ;
    /* grid-column-gap:5px; */
    grid-row-gap: 30px;
}

.box {
   /* border: 1px solid white; */
   height: 40vh;
   font-size: 20px;
    padding: 5px;
    border-radius: 0px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    text-align: center;
    color: aliceblue;
}

.box p{
    color: aliceblue;
    /* text-align: center; */
}

#pic2 {
    width: 90%;
    height: 90%;
   
}
#pic3 {
    width: 90%;
    height: 90%;
    
}
#pic4 {
    width: 90%;
    height: 90%;
    
}

#pic5 {
    width: 90%;
    height: 90%;
    
}
#pic6 {
    width: 90%;
    height: 90%;
    
}
#pic7 {
    width: 90%;
    height: 90%;
    
}
#pic8 {
    width: 90%;
    height: 90%;
    
}
#pic9 {
    width: 90%;
    height: 90%;
    
}
#pic10 {
    width: 90%;
    height: 90%;
    
}

/* midle1 */

.mid1{
    width: 100%;
    height: 60vh;
    background-image: url(midrap1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.midrap1{
    width: 80%;
    margin: auto;
}

#pic11{
    width: 100%;
    height: 60vh;
    text-align: center;
}

/* footer */
.foot{
    width: 100%;
    height: 35vh;
    background-color: black;
}
.footrap{
    width: 80%;
    margin: auto;
    text-align: center;
}
.footrap p{
    color: aliceblue;
}
#pic12{
    width: 30%;
    height: 20vh;
}
